.login_Page div, span {
    position: relative;
    box-sizing: border-box;
}
::-ms-clear, ::-ms-reveal {
    display: none;
}
/* 镜像 */
.imgY180 {
    transform: rotateY(180deg);
}
/* 透明边框 */
.trBorder {
    border: .02px solid rgba(0, 0, 0, 0);
}
/* 高斯模糊（给需要模糊的块加上） */
.mask {
    filter: blur(5px);
    user-select: none;
}
.mask::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content:'';
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.zoomMove {
    animation-name: zoomMove;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes zoomMove {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.none {
    display: none !important;
}
.noneUN {
    display: none;
}
.borderNone {
    border: none !important;
}
.pcBg {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page {
    overflow: hidden;
    width: 100%;
    padding-bottom: 80px;
}
.login_center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login_Page {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
}
.login_box {
    width: 763px;
    height: 480px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.login_loginBigBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_leftBox {
    width: 312px;
    height: 100%;
    background: url(https://hb.huatu.com/zt/login/images/login_people.png) no-repeat;
    background-size: 100% auto;
}
.login_content {
    width: calc(100% - 312px);
    height: 100%;
}
.login_logo {
    width: 105px;
    position: absolute;
    top: 15px;
    left: 17px;
}
.login_switchBox {
    width: 118px;
    height: 100px;
    position: absolute;
    top: 42px;
    left: 194px;
    position: absolute;
    padding-top: 44px;
}
.login_swiFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_swiMarbot {
    margin-bottom: 40px;
}
.login_leftIcon {
    width: 20px;
    margin-right: 4px;
    cursor: pointer;
}
.login_swiText {
    font-size: 16px;
    color: #333333;
    display: block;
    cursor: pointer;
    font-weight: 600;
}
.login_swiText::before {
    content:'';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}
.login_swiTextActive {
    color: #F45D44 !important;
}
.login_switchBtnBg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.login_closeBtn {
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: url(https://hb.huatu.com/zt/login/images/closeBtn.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 9;
}
.login_closeBtn::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_dealBox {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(202, 202, 202, .2);
    position: absolute !important;
    bottom: 0;
    left: 0;
}
.login_deal {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    white-space: nowrap;
}
.login_deal a {
    color: #333333 !important;
}
.login_deal a:hover {
    color: #F45D44 !important;
}
.login_wx_box {
    width: 100%;
    height: calc(100% - 40px);
}
.login_wx_imgBox {
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}
.login_erweima {
    width: 100%;
}
.login_wx_hintText {
    width: 100%;
    display: block;
    margin: 16px auto 0 auto;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}
.login_wx_hintText2 {
    width: 100%;
    display: block;
    margin: 5px auto 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 20px;
    white-space: nowrap;
}
.login_wx_hintText2 span {
    color: #F45D44 !important;
    cursor: pointer;
}
.login_wx_erError {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
}
.login_wx_flushEr {
    width: 113px;
    height: 36px;
    background: #F45D44;
    box-shadow: 0px 4px 6px 0px rgba(244, 93, 68, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.login_wx_flushText:hover {
    text-decoration: underline;
}
.login_wx_scanIcon {
    width: 142px;
}
.login_bindBox {
    width: 100%;
    height: 100%;
    padding-top: 70px;
}
.login_wx_bindTitle {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 40px;
    font-weight: 600;
}
.login_wx_inputBox {
    width: 340px;
    height: 36px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_wx_input {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding: 4px 0;
    box-sizing: border-box;
}
.login_wx_input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CACACA;
    line-height: 28px;
}
.login_wx_input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CACACA;
    line-height: 28px;
}
.login_wx_input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CACACA;
    line-height: 28px;
}
.login_wx_input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CACACA;
    line-height: 28px;
}
.login_inputMoveBox {
    width: 100%;
    height: 2px;
    background: #CACACA;
    position: absolute !important;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_inputLine {
    width: 0;
    height: 2px;
    background-color: #F45D44;
}
.login_width100 {
    width: 100% !important;
}
.login_inputHintBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login_inputHintText {
    display: none;
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 10px;
    color: #F45D44;
    line-height: 17px;
}
.login_pc_hk {
    width: 340px;
    margin: 24px auto 10px auto;
}
.nc-container .nc_scale span {
    height: 100% !important;
}
.login_wx_getCode {
    font-size: 16px;
    font-weight: 400;
    color: #F45D44;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.login_wx_bind {
    width: 340px;
    height: 50px;
    background: #CACACA;
    box-shadow: 0px 4px 6px 0px rgba(141, 141, 141, 0.22);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0 auto;
    cursor: pointer;
    overflow: hidden;
}
.margin33 {
    margin: 33px auto 17px auto !important;
}
.login_wx_bind div {
    width: 340px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -25px;
    background: #F45D44;
    transform: scale(0);
}
.login_wx_bind span {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}
.login_accountBox {
    width: 100%;
    height: 100%;
    padding-top: 66px;
}
.login_acc_topSwitBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_accSwitBtn {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    cursor: pointer;
}
.login_accSwitBtn::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_accSwitBtnActive {
    color: #F45D44 !important;
}
.login_accSwitBtn:first-child {
    margin-right: 86px;
}
.login_accSwitBtn span {
    width: 32px;
    height: 2px;
    background: #F45D44;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.login_accContent {
    margin-top: 44px;
    width: 100%;
}
.martop30 {
    margin-top: 30px;
}
.login_eyeOpen {
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: url(https://hb.huatu.com/zt/login/images/eye.png) no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
}
.login_eyeOpen::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_eyeOpen:hover {
    background: url(https://hb.huatu.com/zt/login/images/eyeRed.png) no-repeat center center;
    background-size: 100% auto;
}
.login_eyeClose {
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: url(https://hb.huatu.com/zt/login/images/eyeClose.png) no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
}
.login_eyeClose::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_accPickBox::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_eyeClose:hover {
    background: url(https://hb.huatu.com/zt/login/images/eyeCloseRed.png) no-repeat center center;
    background-size: 100% auto;
}
.login_acc_flexBox {
    width: 340px;
    margin: 18px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_accPickBox {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.login_accPickBox img {
    width: 16px;
    margin-right: 2px;
}
.login_accPickBox span {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 20px;
    display: block;
}
.login_forget {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 20px;
    display: block;
    cursor: pointer;
}
.login_forget:hover {
    color: #F45D44;
}
.login_haveProblem span:hover {
    color: #F45D44;
}
.login_haveProblem {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.login_haveProblem span {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 17px;
    cursor: pointer;
}
.login_deal div {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: 1px solid #8D8D8D;
    display: inline-block;
    cursor: pointer;
    margin-right: 1px;
}
.login_deal div img {
    display: none;
    width: 100%;
}
.login_deal div::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_feedBack {
    width: 100%;
    height: 100%;
    padding: 20px 40px 24px 40px;
}
.login_ba_titleBox {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #CACACA;
}
.login_ba_titleBox span {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}
.closeBtn2 {
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: 20px;
    right: 40px;
    background: url(https://hb.huatu.com/zt/login/images/back.png) no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 9;
}
.closeBtn2::before {
    content:'';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.login_ba_hintTitle {
    font-size: 16px;
    font-weight: 500;
    color: #8D8D8D;
    line-height: 22px;
    margin-top: 16px;
    display: block;
}
.login_ba_problem {
    border: none;
    width: 100%;
    height: 145px;
    background: #F8F8F8;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px 16px;
    margin-top: 10px;
    overflow: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.login_ba_problem::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_problem::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_problem:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_problem:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_tel {
    border: none;
    width: 100%;
    height: 54px;
    background: #F8F8F8;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px 16px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
}
.login_ba_tel::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_tel::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_tel:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.login_ba_tel:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
    line-height: 29px;
}
.margin24 {
    margin: 24px auto 0 auto;
}
.paddrig30 {
    padding-right: 30px;
}
.login_m_switchBox {
    display: none;
}
.login_m_hintBox {
    display: none;
}
.login_m_goAcc {
    display: none;
}
.login_m_goWx {
    display: none;
}
.m_closeBtn {
    display: none;
}
.loginBtn {
    cursor: pointer;
}
.loginBtn:hover {
    text-decoration-line: underline;
}
.logout {
    float: left;
    cursor: pointer;
}
.logout:hover {
    text-decoration-line: underline;
}
.headImg {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    float: left;
    margin-top: 6px;
    border-radius: 50%;
    object-fit: cover;
}
.loginTypeBox {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    margin-left: 20px;
}
@media screen and (max-width: 1580px) {
    .header_city {
        max-width: 660px;
    }
}

@media only all and (max-width:1080px) {
    .login_leftBox {
        display: none;
    }
    .login_box {
        width: 14rem;
        height: 16.45rem;
        border-radius: .2rem;
        background: #ffffff url(https://hb.huatu.com/zt/login/images/m_bg.png) no-repeat center bottom;
        background-size: 100% auto;
        overflow: visible;
    }
    .login_content {
        width: 100%
    }
    .login_m_switchBox {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 2.65rem;
        padding: 0 .8rem;
    }
    .login_m_swLine {
        width: 12.4rem;
        height: 1px;
        position: absolute !important;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #CACACA;
        opacity: 0.3;
    }
    .login_m_SwitBtnBox {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .login_m_SwitBtnBox span {
        font-size: 0.8rem;
        font-weight: 600;
        color: #333333;
    }
    .login_m_SwitBtnBox div {
        width: 1.6rem;
        height: 0.1rem;
        background: #F45D44;
        border-radius: 0.05rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .login_closeBtn {
        width: 1rem;
        height: 1rem;
        top: 17.5rem;
        right: 50%;
        transform: translateX(50%);
        cursor: pointer;
        background: url(https://hb.huatu.com/zt/login/images/closeWin_m.png) no-repeat center center;
        background-size: 100% auto;
        z-index: 9;
    }
    .login_closeBtn::before {
        content:'';
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .login_wx_box {
        width: 100%;
        height: 100%;
    }
    .login_wx_imgBox {
        width: 9.325rem;
        height: 9.325rem;
        box-shadow: 0px .05rem .2rem .1rem rgba(0, 0, 0, 0.06);
        border-radius: .05rem;
        margin: 0 auto;
    }
    .login_erweima {
        width: 9.325rem;
        height: 9.325rem;
    }
    .login_unCenter {
        position: relative !important;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .login_erweimaBox {
        margin: .85rem auto 0 auto;
    }
    .login_wx_flushEr {
        width: 113px;
        height: 36px;
        background: #F45D44;
        box-shadow: 0px 4px 6px 0px rgba(244, 93, 68, 0.3);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }
    .login_pc_hintBox {
        display: none;
    }
    .login_dealBox {
        height: 2rem;
        padding: .3rem .75rem;
    }
    .login_m_hintBox {
        display: block;
    }
    .login_m_hintText {
        margin: .45rem 0 0 0;
        width: 100%;
        display: block;
        text-align: center;
        font-size: .7rem;
        font-weight: 400;
        color: #F45D44;
        line-height: .7rem;
    }
    .login_m_hintText span {
        color: #8D8D8D !important;
    }
    .login_deal {
        width: 90%;
        text-align: center;
        display: block;
        font-size: .5rem;
        white-space: normal;
    }
    .login_deal div {
        width: .5rem;
        height: .5rem;
        border-radius: .05rem;
        margin-right: .2rem;
        top: .17rem;
    }
    .login_flex {
        width: 98%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
    }
    .login_pactStyle {
        width: 94%;
    }
    .login_m_goAcc {
        display: block;
        width: 1.8rem;
        position: absolute;
        top: .2rem;
        right: .2rem;
        z-index: 9;
    }
    .login_m_goWx {
        display: block;
        width: 1.8rem;
        position: absolute;
        top: .2rem;
        right: .2rem;
        z-index: 9;
    }
    .login_bindBox {
        padding-top: 0px;
    }
    .login_wx_bindTitle {
        display: none;
    }
    .login_wx_inputBox {
        padding-top: .5rem;
        width: 12.4rem;
        height: 2.1rem;
    }
    .login_wx_input {
        font-size: .9rem;
        line-height: 1.25rem;
        padding: .1rem 0;
    }
    .login_wx_input::-webkit-input-placeholder {
        font-size: .7rem;
        line-height: 1rem;
    }
    .login_wx_input::-moz-placeholder {
        font-size: .7rem;
        line-height: 1rem;
    }
    .login_wx_input:-moz-placeholder {
        font-size: .7rem;
        line-height: 1rem;
    }
    .login_wx_input:-ms-input-placeholder {
        font-size: .7rem;
        line-height: 1rem;
    }
    .login_inputMoveBox {
        height: .05rem;
    }
    .login_inputLine {
        height: .05rem;
    }
    /* 滑块移动端 开始 */
    ._nc .stage {
        padding: 0 !important;
    }
    ._nc .stage1 .slider {
        height: 2.4rem !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
    }
    ._nc .stage1 .track div, ._nc .stage1 .label {
        width: 100%;
        line-height: 2.4rem !important;
        height: 2.4rem !important;
        font-size: .7rem !important;
    }
    ._nc .stage1 .button {
        width: 2.4rem !important;
        height: 2.4rem !important;
    }
    ._nc .stage1 .icon {
        position: absolute;
        left: 50% !important;
        top: 50% !important;
        margin-top: -15px !important;
        margin-left: -15px !important;
    }
    ._nc .icon-load-c {
        padding: 0 !important;
    }
    /* 滑块移动端 结束 */
    .login_m_hk {
        width: 12.4rem;
        height: 2.2rem;
        margin: .8rem auto;
    }
    .login_wx_getCode {
        font-size: .7rem;
    }
    .login_wx_bind {
        width: 12.4rem;
        height: 2.2rem;
        box-shadow: 0rem 0.1rem 0.15rem 0rem rgba(141, 141, 141, 0.22);
        border-radius: 1.25rem;
        margin: .6rem auto 0 auto;
    }
    .margin33 {
        margin: 1rem auto .45rem auto !important;
    }
    .login_wx_bind div {
        width: 12.4rem;
        height: 2.2rem;
        border-radius: 1.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6.2rem;
        margin-top: -1.1rem;
    }
    .login_wx_bind span {
        font-size: .7rem;
    }
    .login_acc_topSwitBox {
        display: none;
    }
    .login_accountBox {
        padding-top: 0;
    }
    .login_accContent {
        margin-top: 0;
    }
    .login_m_switchBtn {
        height: 100%;
    }
    .login_m_SwitBtnBox .m_colorTitle {
        color: #F45D44;
    }
    .login_acc_flexBox {
        width: 12.4rem;
        margin: .4rem auto 0 auto;
    }
    .martop30 {
        margin-top: 1rem;
    }
    .login_haveProblem span {
        font-size: .6rem;
        line-height: .85rem;
        cursor: pointer;
    }
    .login_feedBack {
        padding: .7rem .75rem;
    }
    .closeBtn2 {
        display: none;
    }
    .m_closeBtn {
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        background: url(https://hb.huatu.com/zt/login/images/m_back.png) no-repeat;
        background-size: 100% auto;
        position: absolute !important;
        bottom: -2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .login_ba_titleBox span {
        font-size: 0.8rem;
        line-height: 1.1rem;
        text-align: center;
        display: block;
    }
    .login_ba_titleBox {
        height: 1.55rem;
    }
    .login_ba_hintTitle {
        display: none;
    }
    .login_ba_problem {
        border: none;
        height: 6.3rem;
        border-radius: 0.1rem;
        width: 100%;
        padding: 0px .4rem;
        margin-top: .4rem;
        font-size: .7rem;
        line-height: 1.45rem;
    }
    .login_ba_problem::-webkit-input-placeholder {
        font-size: .7rem;
        line-height: 1.45rem;
        font-weight: 400;
        color: #CACACA;
    }
    .login_ba_problem::-moz-placeholder {
        font-size: .7rem;
        line-height: 1.45rem;
        font-weight: 400;
        color: #CACACA;
    }
    .login_ba_problem:-moz-placeholder {
        font-size: .7rem;
        line-height: 1.45rem;
        font-weight: 400;
        color: #CACACA;
    }
    .login_ba_problem:-ms-input-placeholder {
        font-size: .7rem;
        line-height: 1.45rem;
        font-weight: 400;
        color: #CACACA;
    }
    .login_ba_tel {
        height: 2.2rem;
        border-radius: .1rem;
        padding: .4rem;
        margin-top: .4rem;
        font-size: .7rem;
        font-weight: 400;
        color: #333333;
        line-height: 1.45rem;
    }
    .login_ba_tel::-webkit-input-placeholder {
        font-size: .7rem;
        font-weight: 400;
        color: #CACACA;
        line-height: 1.45rem;
    }
    .login_ba_tel::-moz-placeholder {
        font-size: .7rem;
        font-weight: 400;
        color: #CACACA;
        line-height: 1.45rem;
    }
    .login_ba_tel:-moz-placeholder {
        font-size: .7rem;
        font-weight: 400;
        color: #CACACA;
        line-height: 1.45rem;
    }
    .login_ba_tel:-ms-input-placeholder {
        font-size: .7rem;
        font-weight: 400;
        color: #CACACA;
        line-height: 1.45rem;
    }
    .login_forget:hover {
        color: #8D8D8D;
    }
    .login_haveProblem span:hover {
        color: #8D8D8D;
    }
}